home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
jetski.swf
/
scripts
/
DefineSprite_88
/
frame_21
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
220 b
|
13 lines
this.arrowAniM.onPress = function()
{
this._parent.gotoAndPlay("onL");
};
this.onEnterFrame = function()
{
if(Key.isDown(32))
{
this.gotoAndPlay("onL");
this.onEnterFrame = null;
}
};